ComponentOne Xamarin Edition
ReplaceAsync Method (C1FilterCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1FilterCollectionView<T> Class : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
public override Task ReplaceAsync( 
   int index,
   object item
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1FilterCollectionView<T> Class
C1FilterCollectionView<T> Members